Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xESI<IKSI> Class / jGSI Method


In This Topic
    jGSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub jGSI( _
       ByVal KGSI As System.Object, _
       ByVal lGSI As System.Windows.Input.TouchEventArgs _
    ) 
    'Usage
     
    
    Dim instance As xESI(Of IKSI)
    Dim KGSI As System.Object
    Dim lGSI As System.Windows.Input.TouchEventArgs
     
    instance.jGSI(KGSI, lGSI)
    internal void jGSI( 
       System.object KGSI,
       System.Windows.Input.TouchEventArgs lGSI
    )

    Parameters

    KGSI
    lGSI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also